home *** CD-ROM | disk | FTP | other *** search
- // DH INTERACTIVE LLC, COPYRIGHT (C) 1999
- //
- // cherub_room_door.ast written at Fri Jul 09 11:38 1999
- //
- //
-
- 24 // file_type
- 112 // file_version
-
- // cherub_room_door // Session name
- end
-
- // *** This first section contains the names of all the win_anims used by the table
- cherub_door_anim
- end
-
- // *** This second section contains the values for each anim state
- cherub_room_door_closed
- cherub_room_door_opening
- cherub_room_door_open
- cherub_room_door_closing
- end
-
- cherub_room_door_closed // name of this anim_state
- cherub_door_anim // name for the win_anim for this state
- cherub_room_door_closed // default link anim for this anim state
- begin_end_frame 0 0
- // Begin entries for this anim state
- end_of_entries
-
- cherub_room_door_opening // name of this anim_state
- cherub_door_anim // name for the win_anim for this state
- cherub_room_door_open // default link anim for this anim state
- begin_end_frame 0 100
- // Begin entries for this anim state
- end_of_entries
-
- cherub_room_door_open // name of this anim_state
- cherub_door_anim // name for the win_anim for this state
- cherub_room_door_open // default link anim for this anim state
- begin_end_frame 100 100
- // Begin entries for this anim state
- end_of_entries
-
- cherub_room_door_closing // name of this anim_state
- cherub_door_anim // name for the win_anim for this state
- cherub_room_door_closed // default link anim for this anim state
- begin_end_frame 100 0
- // Begin entries for this anim state
- end_of_entries
-
-
-